TCustomDAConnection class overview.
Properties
Name | Description |
ConnectDialog |
Allows to link a TCustomConnectDialog component.
|
ConnectString |
Used to specify the connection information, such as: UserName, Password, Server, etc.
|
ConvertEOL |
Allows customizing line breaks in string fields and parameters.
|
InTransaction |
Indicates whether the transaction is active.
|
LoginPrompt |
Specifies whether a login dialog appears immediately before opening a new connection.
|
Options |
Specifies the connection behavior.
|
Pooling |
Enables or disables using connection pool.
|
PoolingOptions |
Specifies the behaviour of connection pool.
|
Methods
Events
Name | Description |
OnConnectionLost |
This event occurs when connection was lost.
|
OnError |
This event occurs when an error has arisen in the connection.
|